home *** CD-ROM | disk | FTP | other *** search
/ Ultimedia 1 / Ultimedia 1.iso / tools / sonstiges / picticon / source / catalog.cd < prev    next >
Encoding:
Text File  |  1994-07-04  |  1.4 KB  |  92 lines

  1. ;
  2. L_OK (//)
  3. Ok
  4. ;
  5. L_E_GENERAL (//)
  6. Error: A general error has occured.
  7. ;
  8. L_E_FILE (//)
  9. Error: Could not open file.
  10. ;
  11. L_E_NOFILE (//)
  12. Error: File not found.
  13. ;
  14. L_E_BADICON (//)
  15. Error: Problems with icon.
  16. ;
  17. L_E_NOWRITEICON (//)
  18. Error: Unable to write icon file.
  19. ;
  20. L_E_CLIP (//)
  21. Error: Problems opening clipboard.
  22. ;
  23. L_E_DATATYPE (//)
  24. ;
  25. Error: Problems with datatype.
  26. ;
  27. L_E_NOPICTURE (//)
  28. Error: Datatype is not a picture.
  29. ;
  30. L_E_GADGET (//)
  31. Error: Problems creating gadgets.
  32. ;
  33. L_EF_LIBRARY (//)
  34. Error: Could not open a required library.
  35. ;
  36. L_EF_FATAL (//)
  37. Error: An undefined FATAL error has occured.
  38. ;
  39. L_EF_PUBSCREEN (//)
  40. Fatal Error: Could not lock a public screen.
  41. ;
  42. L_EF_CHIPBUFFER (//)
  43. Fatal Error: Not enough CHIP memory\n        for a required buffer.
  44. ;
  45. L_EF_VISUAL (//)
  46. Fatal Error: Could not obtain a visual lock.
  47. ;
  48. L_EF_MENUS (//)
  49. Fatal Error: Unable to create menus.
  50. ;
  51. L_EF_MSGPORT (//)
  52. Fatal Error: Could not open a port.
  53. ;
  54. L_EF_WINDOW (//)
  55. Fatal Error: Unable to open window.
  56. ;
  57. L_EF_MEMORY (//)
  58. Error: Unable to allocate some memory.
  59. ;
  60. L_PICTURE (//)
  61. Picture "\s"
  62. ;
  63. L_TEXTTITLE (//)
  64. Picticon Status
  65. ;
  66. L_FILEOF (//)
  67. (\d of \d)
  68. ;
  69. L_LOADING (//)
  70. Loading...
  71. ;
  72. L_SCALING (//)
  73. Scaling...
  74. ;
  75. L_REMAPPING (//)
  76. Remapping...
  77. ;
  78. L_SAVING (//)
  79. Saving icon.
  80. ;
  81. L_PERCENT (//)
  82. \n\s(\d%% done.)
  83. ;
  84. L_TITLE (//)
  85. Picticon
  86. ;
  87. L_BODY (//)
  88. Copyright ©1993,94\n by Chad Randall\n\nThis software is freely re-distributable.\n\nDo you wish to quit?
  89. ;
  90. L_BUTTONS (//)
  91. Quit|Cancel
  92.